Repository<T> Class
Base control layer for accessing and interacting with database objects via ADO context.
Object Model

Syntax
'Declaration <DefaultMemberAttribute("Item")> Public MustInherit Class Repository(Of T As Class) Implements MNG.Profiler.Data.Core.Repositories.IRespository(Of T)
'Usage Dim instance As Repository(Of T)
[DefaultMember("Item")] public abstract class Repository<T> : MNG.Profiler.Data.Core.Repositories.IRespository<T> where T: class
[DefaultMember("Item")] generic<typename T> public ref class Repository abstract : public MNG.Profiler.Data.Core.Repositories.IRespository<T> where T: ref class
Type Parameters
- T
- The type of the repository; the database object being accessed.
Inheritance Hierarchy
System.Object
MNG.Profiler.Data.ADO.Repositories.Repository<T>
MNG.Profiler.Data.ADO.Repositories.ApplicationInstanceRepository
MNG.Profiler.Data.ADO.Repositories.PerformanceEventRepository
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also